Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
lcg_value
lcg_value
Combined linear congruent generator
Name:
lcg_value
Category:
math
Programming Language:
php
One-line Description:
Returns a pseudo-random number with a range of (0,1).
Related
5
How to Generate Random Numbers with Decimals Using PHP's lcg_value() and round() Functions
8
lcg_value() and mt_rand(): Which one is better for you?
8
Similar Functions
cosh
cosh
Hyperboliccosine
intdiv
intdiv
Roundthedivisionresu
base_convert
base_convert
Convertnumbersbetwee
getrandmax
getrandmax
Showthemaximumpossib
decoct
decoct
Convertdecimaltoocta
tanh
tanh
Hyperbolictangent
round
round
Roundfloatingpointnu
cos
cos
Cosine
Popular Articles
lcg_value() and mt_rand(): Which one is better for you?
How to Generate Random Numbers with Decimals Using PHP's lcg_value() and round() Functions